home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global video, idioma, niv_sonido1
- set the volume of sprite 16 to niv_sonido1
- set the visible of sprite 16 to 1
- set the movieRate of sprite 16 to 0
- updateStage()
- if video = 0 then
- if idioma = 1 then
- set the stopTime of sprite 16 to 4840
- set the movieTime of sprite 16 to 3231
- else
- if idioma = 2 then
- set the stopTime of sprite 16 to 3230
- set the movieTime of sprite 16 to 1601
- else
- if idioma = 3 then
- set the stopTime of sprite 16 to 1600
- set the movieTime of sprite 16 to 1
- end if
- end if
- end if
- else
- if video = 1 then
- set the stopTime of sprite 16 to 12875
- set the movieTime of sprite 16 to 4841
- end if
- end if
- cursor(-1)
- set the movieRate of sprite 16 to 1
- end
-